home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2006 April / DPPRO0406DVD.ISO / Essentials / Programming / Eclipse SDK / eclipse-SDK-3.1.1-win32.exe / eclipse / plugins / org.eclipse.help.webapp_3.1.0 / advanced / header.jsp < prev    next >
Encoding:
Text File  |  2005-09-29  |  1.3 KB  |  32 lines

  1. <%--
  2.  Copyright (c) 2000, 2004 IBM Corporation and others.
  3.  All rights reserved. This program and the accompanying materials 
  4.  are made available under the terms of the Eclipse Public License v1.0
  5.  which accompanies this distribution, and is available at
  6.  http://www.eclipse.org/legal/epl-v10.html
  7.  
  8.  Contributors:
  9.      IBM Corporation - initial API and implementation
  10. --%><%@
  11. page import="org.eclipse.help.internal.webapp.data.*"  contentType="text/html; charset=UTF-8"
  12. %><% 
  13. request.setCharacterEncoding("UTF-8");
  14. boolean isRTL = UrlUtil.isRTL(request, response);
  15. String  direction = isRTL?"rtl":"ltr";
  16. if (new RequestData(application,request, response).isMozilla()) {
  17. %><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
  18. <% 
  19. } else {
  20. %><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  21. <%
  22. }
  23. %><!------------------------------------------------------------------------------
  24.  ! Copyright (c) 2000, 2004 IBM Corporation and others.
  25.  ! All rights reserved. This program and the accompanying materials 
  26.  ! are made available under the terms of the Eclipse Public License v1.0
  27.  ! which accompanies this distribution, and is available at
  28.  ! http://www.eclipse.org/legal/epl-v10.html
  29.  ! 
  30.  ! Contributors:
  31.  !     IBM Corporation - initial API and implementation
  32.  ------------------------------------------------------------------------------->